# Carnal Realms mount-market stable progression.
#
# These triggers define the maximum market tier supported by the ruler's
# capital holding. Higher stable tiers satisfy every lower-tier trigger.

cr_mount_market_tier_1_trigger = {
	capital_holding = {
		OR = {
			has_building = ca_stable_1
			has_building = ca_stable_2
			has_building = ca_stable_3
			has_building = ca_stable_4
			has_building = ca_stable_5
			has_building = ca_stable_6

			has_building = tb_cr_western_stable_1
			has_building = tb_cr_western_stable_2
			has_building = tb_cr_western_stable_3
			has_building = tb_cr_western_stable_4

			has_building = ct_cr_western_stable_1
			has_building = ct_cr_western_stable_2
		}
	}
}

cr_mount_market_tier_2_trigger = {
	capital_holding = {
		OR = {
			has_building = ca_stable_2
			has_building = ca_stable_3
			has_building = ca_stable_4
			has_building = ca_stable_5
			has_building = ca_stable_6

			has_building = tb_cr_western_stable_2
			has_building = tb_cr_western_stable_3
			has_building = tb_cr_western_stable_4

			has_building = ct_cr_western_stable_2
		}
	}
}

cr_mount_market_tier_3_trigger = {
	capital_holding = {
		OR = {
			has_building = ca_stable_3
			has_building = ca_stable_4
			has_building = ca_stable_5
			has_building = ca_stable_6

			has_building = tb_cr_western_stable_3
			has_building = tb_cr_western_stable_4
		}
	}
}

cr_mount_market_tier_4_trigger = {
	capital_holding = {
		OR = {
			has_building = ca_stable_4
			has_building = ca_stable_5
			has_building = ca_stable_6

			has_building = tb_cr_western_stable_4
		}
	}
}
